Telemetry Sensor Type
Supported I2C Sensors for telemetry in Meshtastic
Content copied to clipboard
meshtastic.TelemetrySensorType
Entries
Properties
Link copied to clipboard
ADS1X15 ADC_ALT
Content copied to clipboard
ADS1X15_ALT = 41;
Link copied to clipboard
ADS1X15 ADC
Content copied to clipboard
ADS1X15 = 40;
Link copied to clipboard
AHT10 Integrated temperature and humidity sensor
Content copied to clipboard
AHT10 = 23;
Link copied to clipboard
High accuracy temperature, pressure, humidity
Content copied to clipboard
BME280 = 1;
Link copied to clipboard
High accuracy temperature, pressure, humidity, and air resistance
Content copied to clipboard
BME680 = 2;
Link copied to clipboard
BMP085/BMP180 High accuracy temperature and pressure (older Version of BMP280)
Content copied to clipboard
BMP085 = 15;
Link copied to clipboard
High accuracy temperature and pressure
Content copied to clipboard
BMP280 = 6;
Link copied to clipboard
BMP3XX High accuracy temperature and pressure
Content copied to clipboard
BMP3XX = 26;
Link copied to clipboard
Custom I2C sensor implementation based on https://github.com/meshtastic/i2c-sensor
Content copied to clipboard
CUSTOM_SENSOR = 29;
Link copied to clipboard
DFRobot Lark Weather station (temperature, humidity, pressure, wind speed and direction)
Content copied to clipboard
DFROBOT_LARK = 24;
Link copied to clipboard
DFRobot Gravity tipping bucket rain gauge
Content copied to clipboard
DFROBOT_RAIN = 35;
Link copied to clipboard
Infineon DPS310 High accuracy pressure and temperature
Content copied to clipboard
DPS310 = 36;
Link copied to clipboard
ICM-20948 9-Axis digital motion processor
Content copied to clipboard
ICM20948 = 27;
Link copied to clipboard
Moderate accuracy current and voltage
Content copied to clipboard
INA219 = 5;
Link copied to clipboard
High accuracy current and voltage
Content copied to clipboard
INA226 = 34;
Link copied to clipboard
Moderate accuracy current and voltage
Content copied to clipboard
INA260 = 4;
Link copied to clipboard
INA3221 3 Channel Voltage / Current Sensor
Content copied to clipboard
INA3221 = 14;
Link copied to clipboard
High accuracy pressure
Content copied to clipboard
LPS22 = 8;
Link copied to clipboard
Lite On LTR-390UV-01 UV Light Sensor
Content copied to clipboard
LTR390UV = 21;
Link copied to clipboard
MAX17048 1S lipo battery sensor (voltage, state of charge, time to go)
Content copied to clipboard
MAX17048 = 28;
Link copied to clipboard
MAX17261 lipo battery gauge
Content copied to clipboard
MAX17261 = 38;
Link copied to clipboard
MAX30102 Pulse Oximeter and Heart-Rate Sensor
Content copied to clipboard
MAX30102 = 30;
Link copied to clipboard
Very high accuracy temperature
Content copied to clipboard
MCP9808 = 3;
Link copied to clipboard
MLX90614 non-contact IR temperature sensor
Content copied to clipboard
MLX90614 = 31;
Link copied to clipboard
MLX90632 non-contact IR temperature sensor.
Content copied to clipboard
MLX90632 = 19;
Link copied to clipboard
NAU7802 Scale Chip or compatible
Content copied to clipboard
NAU7802 = 25;
Link copied to clipboard
TI OPT3001 Ambient Light Sensor
Content copied to clipboard
OPT3001 = 20;
Link copied to clipboard
PCT2075 Temperature Sensor
Content copied to clipboard
PCT2075 = 39;
Link copied to clipboard
PM2.5 air quality sensor
Content copied to clipboard
PMSA003I = 13;
Link copied to clipboard
3-Axis magnetic sensor
Content copied to clipboard
QMC5883L = 11;
Link copied to clipboard
3-Axis magnetic sensor
Content copied to clipboard
QMC6310 = 9;
Link copied to clipboard
6-Axis inertial measurement sensor
Content copied to clipboard
QMI8658 = 10;
Link copied to clipboard
ClimateGuard RadSens, radiation, Geiger-Muller Tube
Content copied to clipboard
RADSENS = 33;
Link copied to clipboard
RAKWireless RAK12035 Soil Moisture Sensor Module
Content copied to clipboard
RAK12035 = 37;
Link copied to clipboard
RCWL-9620 Doppler Radar Distance Sensor, used for water level detection
Content copied to clipboard
RCWL9620 = 16;
Link copied to clipboard
SCD40/SCD41 CO2, humidity, temperature sensor
Content copied to clipboard
SCD4X = 32;
Link copied to clipboard
SEN5X PM SENSORS
Content copied to clipboard
SEN5X = 43;
Link copied to clipboard
No external telemetry sensor explicitly set
Content copied to clipboard
SENSOR_UNSET = 0;
Link copied to clipboard
Sensirion SFA30 Formaldehyde sensor
Content copied to clipboard
SFA30 = 42;
Link copied to clipboard
High accuracy temperature and humidity
Content copied to clipboard
SHT31 = 12;
Link copied to clipboard
Sensirion High accuracy temperature and humidity
Content copied to clipboard
SHT4X = 17;
Link copied to clipboard
High accuracy temperature and humidity
Content copied to clipboard
SHTC3 = 7;
Link copied to clipboard
TSL2561 light sensor
Content copied to clipboard
TSL2561 = 44;
Link copied to clipboard
AMS TSL25911FN RGB Light Sensor
Content copied to clipboard
TSL25911FN = 22;
Link copied to clipboard
VEML7700 high accuracy ambient light(Lux) digital 16-bit resolution sensor.
Content copied to clipboard
VEML7700 = 18;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.